Click or drag to resize

ServiceGetAttachment Method (AttachmentInfo)

Retrieve existing attachment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Attachment GetAttachment(
	AttachmentInfo attachmentInfo
)

Parameters

attachmentInfo
Type: Independentsoft.ExchangeAttachmentInfo
The attachment information.

Return Value

Type: Attachment
Attachment.
See Also